CSharpTest.Net
CalculateOrder Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTreeOptions<TKey,TValue> Class : CalculateOrder Method

avgKeySizeBytes
avgValueSizeBytes

Glossary Item Box

Calculates default node-threasholds based upon the average number of bytes in key and value

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub CalculateOrder( _
   ByVal avgKeySizeBytes As Integer, _
   ByVal avgValueSizeBytes As Integer _
) 
C# 
protected abstract void CalculateOrder( 
   int avgKeySizeBytes,
   int avgValueSizeBytes
)

Parameters

avgKeySizeBytes
avgValueSizeBytes

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys